Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipad 512 #26

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Ipad 512 #26

wants to merge 6 commits into from

Conversation

curadomr
Copy link
Contributor

Changes include:
(1) error message if features list provided to plotStudy or getPlottingData contains at least one feature not available in either (a) mapping obj, column modelID[1] for multimodel plots, (b) union of result objects for single model plots, or (c) assay object in case study has no results in single model plots;
(2) a warning message for multimodel plots informing user that at least one feature from selected model (modelID[1]) is not available in secondary models;
(3) an error message for multimodel plots indicating that selected features are available only in model[1] and not available in any of secondary models.
(4) error message when testID (vector when calling function) associated with modelID[1] contains test names not available in study object for modelID[1]
(5) warning message if testID (vector when calling function) associated with modelID[1] contains test names not available in study object for secondary models

Example of error / warning messages from the above:
(1) The provided features list contains at least one feature not present in model 'transcriptomics' from mapping object.
(2) At least one feature from model 'transcriptomics' is not available in other model(s): e.g., 'A1BG-AS1'.
(3) The selected features list contains features available in the selected model 'transcriptomics' only.
(4) Test '%s' from testID is not available in selected model '%s'
(5) At least one test from model '%s' is not available in other model(s). Test(s) impacted: %s

…) for multimodel, trigger message if at least one feature is available only in selected model, (2) error message if at least one feature is not found in results obj for single model plots
…) for multimodel, trigger message if at least one feature is available only in selected model, (2) error message if at least one feature is not found in results obj for single model plots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant